console: const-ify the arguments for __warn() and __bug()
authorMihai Donțu <mdontu@bitdefender.com>
Wed, 7 Jan 2015 10:11:27 +0000 (11:11 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 7 Jan 2015 10:11:27 +0000 (11:11 +0100)
commite293dd6e80bc6e624d6222ae13331958eb47116a
treeb01b090e91abebf1af89cc58ebf5c71457a38417
parentdac6d3b1a479f5c33b6a5233944e43b6c5bf2bb7
console: const-ify the arguments for __warn() and __bug()

Both __warn() and __bug() take as first parameter the file name of the
current compilation unit (__FILE__). Mark that parameter as constant to
better reflect that.

Signed-off-by: Mihai Donțu <mdontu@bitdefender.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/drivers/char/console.c
xen/include/xen/lib.h